projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
e43adeb
8caf4f5
)
Auto merge of #2513 - alexcrichton:xcompile, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 24 Mar 2016 16:15:04 +0000
(09:15 -0700)
committer
bors
<bors@rust-lang.org>
Thu, 24 Mar 2016 16:15:04 +0000
(09:15 -0700)
Fix nightly dist builds
* When downloading rustc, also download a number of cross-std libraries so we
can cross compile with that compiler.
* Only build OpenSSL on some --enable-nightly builds, not all. For example
Windows and OSX don't want to link statically to OpenSSL.
Trivial merge